Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/PlatformToolsets/v100/microsoft.cpp.[platform].v100.props.patch

Issue 10830151: VS Add-in more properties and improvements (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PatchRemove> 2 <PatchRemove>
3 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\Impo rtBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformTo olsets\v100\ImportBefore')" /> 3 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\Impo rtBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformTo olsets\v100\ImportBefore')" />
4 </PatchRemove> 4 </PatchRemove>
5 <PatchAdd> 5 <PatchAdd>
6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\Impo rtBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformTo olsets\v100\ImportBefore')" /> 6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\Impo rtBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformTo olsets\v100\ImportBefore')" />
7 </PatchAdd> 7 </PatchAdd>
8 8
9 <PropertyGroup> 9 <PropertyGroup>
10 <!-- added NaCl include and lib information --> 10 <!-- added NaCl include and lib information -->
11 <PatchRemove> 11 <PatchRemove>
12 <IncludePath Condition="'$(IncludePath)' == ''">$(VCInstallDir)include;$(V CInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</ IncludePath> 12 <IncludePath Condition="'$(IncludePath)' == ''">$(VCInstallDir)include;$(V CInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</ IncludePath>
13 </PatchRemove> 13 </PatchRemove>
14 <PatchAdd> 14 <PatchAdd>
15 <IncludePath Condition="'$(IncludePath)' == ''">$(VSNaClSDKRoot)include;$( VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(Fra meworkSDKDir)\include;</IncludePath> 15 <IncludePath Condition="'$(IncludePath)' == ''">$(VSNaClSDKRoot)include;$( VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(Fra meworkSDKDir)\include;</IncludePath>
16 </PatchAdd> 16 </PatchAdd>
17 <PatchRemove> 17 <PatchRemove>
18 <LibraryPath Condition="'$(LibraryPath)' == ''">$(VCInstallDir)lib;$(VCIns tallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</LibraryPath> 18 <LibraryPath Condition="'$(LibraryPath)' == ''">$(VCInstallDir)lib;$(VCIns tallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</LibraryPath>
19 </PatchRemove> 19 </PatchRemove>
20 <PatchAdd> 20 <PatchAdd>
21 <LibraryPath Condition="'$(LibraryPath)' == ''">$(VSNaClSDKRoot)lib\win_x8 6_32_host;$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(Fra meworkSDKDir)\lib</LibraryPath> 21 <LibraryPath Condition="'$(LibraryPath)' == ''">$(VSNaClSDKRoot)lib\win_x8 6_32_host\$(Configuration);$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(Window sSdkDir)lib;$(FrameworkSDKDir)\lib</LibraryPath>
22 </PatchAdd> 22 </PatchAdd>
23 </PropertyGroup> 23 </PropertyGroup>
24 24
25 <PatchRemove> 25 <PatchRemove>
26 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\Impo rtAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToo lsets\v100\ImportAfter')" /> 26 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\Impo rtAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToo lsets\v100\ImportAfter')" />
27 </PatchRemove> 27 </PatchRemove>
28 <PatchAdd> 28 <PatchAdd>
29 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\Impo rtAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToo lsets\v100\ImportAfter')" /> 29 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\Impo rtAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToo lsets\v100\ImportAfter')" />
30 </PatchAdd> 30 </PatchAdd>
31 </Project> 31 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698